Skip to content

io submodule #29

Description

@dizak

Holding functions for accessing Google sheets, CSV files, outputting processed info, pushing to the website's repo and so on.

  • authors_from_csv: function for creating pubot.author.Author object from the CSV files. The value of this function when to is set to pandas.DataFrame is that the output is more complete than the input.
authors_from_csv(
    from_file,
    from_columns, # dict of columns names to attributes
    to='list' #objects in list or objects in dict or pandas.DataFrame plain values
)
  • authors_from_md
  • authors_from_gdrive - this may require a submodule of pubot.io
  • publications_from_csv
  • publications_from_md
  • publications_from_gdrive - this may require a submodule of pubot.io

Metadata

Metadata

Assignees

Labels

ENHNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions