ml_dataframe 1.6.0
ml_dataframe: ^1.6.0 copied to clipboard
An in-memory untyped data storage with the possibility to query and modify it
Changelog #
1.6.0 #
getHousingDataFramefunction added
1.5.1 #
- Corrected typos and examples in README.md
1.5.0 #
getWineQualityDataFramefunction addedloadIrisDataset,loadPimaIndiansDiabetesDatasetdeprecated,getIrisDataFrame,getPimaIndiansDiabetesDataFrameadded instead
1.4.2 #
loadIrisDataset,loadPimaIndiansDiabetesDataset:- raw CSV data used instead of files
1.4.1 #
loadPimaIndiansDiabetesDatasetfunction exported
1.4.0 #
- Added
Pima Indians diabetesdataset
1.3.0 #
- Added
Irisdataset
1.2.2 #
- Fixed markup in
fromCsvdocumentation - Added documentation for
Series
1.2.1 #
- Added documentation for
fromCsv,fromJson
1.2.0 #
DataFrame:- Added
mapSeriesfunction
- Added
1.1.0 #
DataFrame:- Added
mapfunction
- Added
1.0.0 #
- Stable release
Dataframe:dropSeries:seriesIndicesrenamed toindicesseriesNamesrenamed tonames
0.6.0 #
DataFrame:toStringgets nicely formatted printing of the data to get a quick overview
0.5.1 #
pubspec.yaml:json_serializablepackage moved to dev_dependencies section
0.5.0 #
- Null-safety supported (stable)
0.5.0-nullsafety.0 #
- Null-safety supported (beta)
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