module parsers.dataframe_helper

Short summary

module manydataapi.parsers.dataframe_helper

Helpers about dataframe.

source on GitHub

Functions

function

truncated documentation

dataframe_to

Exports a dataframe into the write format. The function uses the file extension to choose the right exporter.

Documentation

Helpers about dataframe.

source on GitHub

manydataapi.parsers.dataframe_helper.dataframe_to(df, out, **kwargs)

Exports a dataframe into the write format. The function uses the file extension to choose the right exporter.

Parameters:
  • df – dataframe

  • out – filename

  • kwargs – additional parameter to the exporter

source on GitHub