ml_dataframe 0.0.3
ml_dataframe: ^0.0.3 copied to clipboard
Dataframe - a way to store and effectively manipulate data
Changelog #
0.0.3 #
- Dataframe helpers: series data is not
cold
iterable while series creating - Dataframe unit tests: redundant constructor parameters removed for some test cases
0.0.2 #
- Redundant dependencies removed from
dev_dependencies
section
0.0.1 #
DataFrame
:DataFrame
entity with basic functionality addedSeries
:Series
class added - the entity that is representing a column with its header