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

A DataFrame implementation in Dart for data manipulation and analysis.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pdataframe

With Flutter:

 $ flutter pub add pdataframe

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  pdataframe: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:pdataframe/pdataframe.dart';
2
likes
130
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

A DataFrame implementation in Dart for data manipulation and analysis.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

csv

More

Packages that depend on pdataframe