pdataframe 0.1.1 copy "pdataframe: ^0.1.1" to clipboard
pdataframe: ^0.1.1 copied to clipboard

A DataFrame implementation in Dart for data manipulation and analysis.

0.1.1 #

  • Added NList (experimental) and its internal storage, NumberList, a wrapper around typed lists.

0.1.0 #

  • Changed iloc from method-style (iloc()) to index-style (iloc[]) access.
  • Removed editRow[] due to overlap with iloc[].

0.0.4 #

  • Added additional utility and mathematical methods (basic functionality).

0.0.3 #

  • Added a simple Timestamp class based on Dart's DateTime.
  • Added a Timedelta wrapper that extends the Duration class.

0.0.2 #

  • Adjusted Map input functionality with the columns argument.

0.0.1 #

  • Initial version.
2
likes
120
points
132
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A DataFrame implementation in Dart for data manipulation and analysis.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (license)

Dependencies

csv

More

Packages that depend on pdataframe