View Source LastfmArchive.Archive.DerivedArchive (lastfm_archive v1.1.0)

An archive derived from local data extracted from Lastfm.

Summary

Types

@type read_options() :: [
  year: integer(),
  columns: [atom()],
  format: atom(),
  facet: atom()
]

Functions

Link to this function

derived_archive_dir(opts \\ default_opts())

View Source
Link to this function

dump_data_frame(df, atom, opts)

View Source

See LastfmArchive.Archive.Transformers.TransformerSettings.facets/0.

See LastfmArchive.Archive.Transformers.TransformerSettings.formats/0.

Link to this function

load_data_frame(filepath, atom, opts)

View Source
Link to this function

to_data_frame(df, filepath, atom, opts)

View Source