ml_dataframe 1.2.0
ml_dataframe: ^1.2.0 copied to clipboard
Dataframe - a way to store and manipulate data
Changelog #
1.2.0 #
DataFrame
:- Added
mapSeries
function
- Added
1.1.0 #
DataFrame
:- Added
map
function
- Added
1.0.0 #
- Stable release
Dataframe
:dropSeries
:seriesIndices
renamed toindices
seriesNames
renamed tonames
0.6.0 #
DataFrame
:toString
gets nicely formatted printing of the data to get a quick overview
0.5.1 #
pubspec.yaml
:json_serializable
package 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
:fromRawCsv
constructor added
0.3.0 #
DataFrame
:sampleFromRows
method addedCI
: github actions set up
0.2.0 #
DataFrame
:shuffle
method added
0.1.1 #
DataFrame
: addSeries method added
0.1.0 #
DataFrame
,Series
: Serialization/deserialization supported
0.0.11 #
dtype
parameter removed from the DataFrame's constructordtype
parameter added totoMatrix
method
0.0.10 #
DataFrame.sampleFromSeries
method's signature changed
0.0.9 #
dtype
field added toDataFrame
interface
0.0.8 #
xrange
dependency removedml_linalg 12.0.*
supported- dart sdk constraint changed to
>=2.2.0 <3.0.0
0.0.7 #
xrange
version locked
0.0.6 #
DataFrame
:sampleFromSeries
method added
0.0.5 #
DataFrame
:dropSeries
method added
0.0.4 #
DataFrame
:fromMatrix
constructor added
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