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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ easy and intuitive. It is heavily inspired by [Pandas](https://pandas.pydata.org
20
20
21
21
## Main Features
22
22
23
-
- Danfo.js is fast. It is built on Tensorflow.js, and supports tensors out of the box. This means you can [convert Danfo data structure](https://danfo.jsdata.org/api-reference/dataframe/dataframe.tensor) to Tensors.
23
+
- Danfo.js is fast and supports Tensorflow.js tensors out of the box. This means you can [convert Danfo data structure](https://danfo.jsdata.org/api-reference/dataframe/dataframe.tensor) to Tensors.
24
24
- Easy handling of [missing-data](https://danfo.jsdata.org/getting-started#missing-data) (represented as
25
25
`NaN`) in floating point as well as non-floating point data
26
26
- Size mutability: columns can be [inserted/deleted](https://danfo.jsdata.org/api-reference/dataframe#combining-comparing-joining-merging) from DataFrame
@@ -39,7 +39,7 @@ easy and intuitive. It is heavily inspired by [Pandas](https://pandas.pydata.org
39
39
- Intuitive [merging](https://danfo.jsdata.org/api-reference/general-functions/danfo.merge) and [joining](https://danfo.jsdata.org/api-reference/general-functions/danfo.concat) data
40
40
sets
41
41
- Robust IO tools for loading data from [flat-files](https://danfo.jsdata.org/api-reference/input-output)
42
-
(CSV, Json, Excel, Data package).
42
+
(CSV, Json, Excel).
43
43
- Powerful, flexible and intutive API for [plotting](https://danfo.jsdata.org/api-reference/plotting) DataFrames and Series interactively.
44
44
-[Timeseries](https://danfo.jsdata.org/api-reference/series#accessors)-specific functionality: date range
0 commit comments