UNPKG
cheap-pandas
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Not a good pandas library to use
cheap-pandas
/
test.js
4 lines
(3 loc)
•
122 B
JavaScript
View Raw
1
2
3
4
const
pd =
require
(
"./index"
);
const
{ std, variance, mean } =
require
(
"./lib"
);
const
df = pd.
read_csv
(
"./test.csv"
);