Skip to content
This repository was archived by the owner on Aug 17, 2024. It is now read-only.

Commit 5f80629

Browse files
committed
Merge branch 'hotfix/npminfos'
2 parents c3c993c + 3758588 commit 5f80629

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# changelog
22

3+
---
4+
5+
## v0.2.7
6+
7+
**Author**: Guillaume Mousnier.
8+
9+
**Type**: Hotfix
10+
11+
**Changes**:
12+
- Updating keywords and presentation.
13+
14+
15+
316
---
417

518
## v0.2.6

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# dataframe-js
2-
**v0.2.6**
2+
**v0.2.7**
33

44
## Presentation
55

@@ -53,7 +53,7 @@ To use dataframe-js, simply import the library. Then you can use DataFrame, Row
5353
import { DataFrame, Row } from 'dataframe-js';
5454
```
5555

56-
**In browser:** you can use directly DataFrame or row with: `dfjs.DataFrame` or `dfjs.Row`.
56+
**In browser:** you can use directly DataFrame or row with: `dfjs.DataFrame` or `dfjs.Row`.
5757

5858
To create a DataFrame, you have to pass your data and your column names. You can use different data structures as below:
5959

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"name": "dataframe-js",
3-
"version": "0.2.6",
4-
"description": [
3+
"version": "0.2.7",
4+
"description": "Immutable and sql-like data structure",
5+
"keywords": [
56
"DataFrame",
67
"data",
78
"immutable",
89
"sql",
910
"structured",
10-
"wrangling"
11+
"wrangling",
12+
"datascience"
1113
],
1214
"homepage": "https://github.com/Gmousse/dataframe-js",
1315
"bugs": "https://github.com/Gmousse/dataframe-js/issues",

0 commit comments

Comments
 (0)