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
+23-51Lines changed: 23 additions & 51 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
2
2
<divalign="center">
3
-
<imgsrc="logo.png"><br>
3
+
<imgsrc="assets/logo.png"><br>
4
4
</div>
5
5
6
6
-----------------
@@ -38,6 +38,7 @@ easy and intuitive. It is heavily inspired by [Pandas](https://pandas.pydata.org
38
38
sets
39
39
- Robust IO tools for loading data from [flat-files](https://jsdata.gitbook.io/danfojs/api-reference/input-output)
40
40
(CSV and delimited) and JSON data format.
41
+
- Powerful, flexible and intutive API for [plotting](https://app.gitbook.com/@jsdata/s/danfojs/~/drafts/-MESZnq3_VBU0EW71MxS/api-reference/plotting) DataFrames and Series interactively.
41
42
-[Timeseries](https://jsdata.gitbook.io/danfojs/api-reference/series#accessors)-specific functionality: date range
The official documentation can be found [here](https://jsdata.gitbook.io/danfojs/)
199
169
200
170
## Discussion and Development
201
-
Most development discussions take place on github in this repo. Feel free to use the issues tab.
171
+
Most development discussions take place on our [issues](https://github.com/opensource9ja/danfojs/issues) tab.
202
172
203
173
## Contributing to Danfo
204
-
All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome. A detailed overview on how to contribute can be found in the [contributing guide](https://jsdata.gitbook.io/danfojs/contributing-guide). As contributors and maintainers to this project, you are expected to abide by danfo' code of conduct. More information can be found at: [Contributor Code of Conduct](https://github.com/pandas-dev/pandas/blob/master/.github/CODE_OF_CONDUCT.md) Javascript version of Pandas
174
+
All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome. A detailed overview on how to contribute can be found in the [contributing guide](https://jsdata.gitbook.io/danfojs/contributing-guide).
0 commit comments