Functions

Summary

function

class parent

truncated documentation

_setup_hook

if this function is added to the module, the help automation and unit tests call it first before anything goes on …

check

Checks the library is working. It raises an exception.

daily_timeseries

Creates a random positive timeseries.

dataframe_to

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

dummy_ct1

Returns a dummy file for format CT1.

get_index_date

Returns the only column date. Raises an exception otherwise.

get_new_column

Get a new column which does not exists in df.

main

Implements python -m manydataapi <command> <args>.

plot_aggregated_ts

Plots an aggregated time series by a period of time.

read_ct1

Parses a file or a string which follows a specific format called CT1. See function dummy_ct1() for an example. …

read_folder

Applies the same parser on many files in a folder.