Skip to content

Commit

Permalink
Merge pull request #2 from rajnish93/dev
Browse files Browse the repository at this point in the history
Update package name
  • Loading branch information
rajnish93 committed Jun 29, 2023
2 parents 86592f2 + 120b062 commit 0dffa29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

📟 A lightweight JavaScript package for working with tabular data, inspired by pandas in Python..

[![npm version](https://img.shields.io/npm/v/js-df.svg?style=flat-square)](https://www.npmjs.com/package/js-df)
[![DOWNLOADS](https://img.shields.io/npm/dt/js-df.svg?label=DOWNLOADS&style=flat)](https://www.npmjs.com/package/js-df)
[![npm version](https://img.shields.io/npm/v/jpandas.svg?style=flat-square)](https://www.npmjs.com/package/jpandas)
[![DOWNLOADS](https://img.shields.io/npm/dt/jpandas.svg?label=DOWNLOADS&style=flat)](https://www.npmjs.com/package/jpandas)

</h4>

<br>

# js-df
# jpandas

- 📦 Easy creation of tabular data structures in JavaScript.
- 📦 Provides a DataFrame class inspired by pandas in Python.
Expand All @@ -25,11 +25,11 @@
## Installation

```sh
npm install js-df
npm install jpandas

or

yarn add js-df
yarn add jpandas
```

<br>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "js-df",
"name": "jpandas",
"version": "1.0.0",
"description": "A lightweight JavaScript package for working with tabular data, inspired by pandas in Python.",
"keywords": [
"js-df",
"jpandas",
"pandas",
"dataFrame",
"series",
Expand All @@ -13,7 +13,7 @@
"indexing",
"Rajnish Singh"
],
"repository": "rajnish93/js-df",
"repository": "rajnish93/jpandas",
"author": {
"name": "Rajnish Singh",
"url": "https://rajnish.app/"
Expand Down

0 comments on commit 0dffa29

Please sign in to comment.