ml_dataframe 0.5.0-nullsafety.0
ml_dataframe: ^0.5.0-nullsafety.0 copied to clipboard
Dataframe - a way to store and manipulate data
Changelog #
0.5.0-nullsafety.0 #
- Null-safety added
0.4.1 #
DataFrame: series-to-rows and rows-to-series converters issues fixed
0.4.0 #
DataFrame:fromRawCsvconstructor added
0.3.0 #
DataFrame:sampleFromRowsmethod addedCI: github actions set up
0.2.0 #
DataFrame:shufflemethod added
0.1.1 #
DataFrame: addSeries method added
0.1.0 #
DataFrame,Series: Serialization/deserialization supported
0.0.11 #
dtypeparameter removed from the DataFrame's constructordtypeparameter added totoMatrixmethod
0.0.10 #
DataFrame.sampleFromSeriesmethod's signature changed
0.0.9 #
dtypefield added toDataFrameinterface
0.0.8 #
xrangedependency removedml_linalg 12.0.*supported- dart sdk constraint changed to
>=2.2.0 <3.0.0
0.0.7 #
xrangeversion locked
0.0.6 #
DataFrame:sampleFromSeriesmethod added
0.0.5 #
DataFrame:dropSeriesmethod added
0.0.4 #
DataFrame:fromMatrixconstructor added
0.0.3 #
- DataFrame helpers: series data is not
colditerable while series creating - DataFrame unit tests: redundant constructor parameters removed for some test cases
0.0.2 #
- Redundant dependencies removed from
dev_dependenciessection
0.0.1 #
DataFrame:DataFrameentity with basic functionality addedSeries:Seriesclass added - the entity that is representing a column with its header