You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
read_csv now uses Papaparse and supports config values for headers, separator, etc.
to_csv , to_json and to_excel functions now support saving to local disk in Node and downloadable in the browser. Also, supports config parameters for output.
read_json now supports config values for headers, authentication, separator, etc.
read_excel now uses XLSX parser, hence supports all XLSX config options.
DataFrame query function now accepts boolean masks with single or multiple conditions. E.g
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
New Features
df.iloc({rows: df["count"].gt(5), columns: [0, 1]})df["count"] = [1,3,4,5]Bug Fixes
Contributors
@risenW
This discussion was created from the release New Release for Danfojs Node(v0.3.1) and Browser (0.3.1).
Beta Was this translation helpful? Give feedback.
All reactions