This repository was archived by the owner on Aug 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11# dataframe-js
2- ** v0.2.7 **
2+ ** v0.2.8 **
33
44## Presentation
55
@@ -34,8 +34,9 @@ via git: `npm install git+https://github.com/Gmousse/dataframe-js.git`
3434
3535via npm: ` npm install dataframe-js `
3636
37- in brower: ` <script src="https://raw.githubusercontent.com/Gmousse/dataframe-js/master/lib/browser/dataframe.js"></script> `
38- with minified: ` <script src="https://raw.githubusercontent.com/Gmousse/dataframe-js/master/lib/browser/dataframe-min.js"></script> `
37+ in browser: ` <script src="https://raw.githubusercontent.com/Gmousse/dataframe-js/master/lib/browser/dataframe.js"></script> `
38+
39+ in browser with minified version: ` <script src="https://raw.githubusercontent.com/Gmousse/dataframe-js/master/lib/browser/dataframe-min.js"></script> `
3940
4041## Manual
4142
Original file line number Diff line number Diff line change 11{
22 "name" : " dataframe-js" ,
3- "version" : " 0.2.7 " ,
3+ "version" : " 0.2.8 " ,
44 "description" : " Immutable and sql-like data structure" ,
55 "keywords" : [
66 " DataFrame" ,
99 " sql" ,
1010 " structured" ,
1111 " wrangling" ,
12- " datascience"
12+ " datascience" ,
13+ " browser"
1314 ],
1415 "homepage" : " https://github.com/Gmousse/dataframe-js" ,
1516 "bugs" : " https://github.com/Gmousse/dataframe-js/issues" ,
You can’t perform that action at this time.
0 commit comments