-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (25 loc) · 880 Bytes
/
package.json
File metadata and controls
26 lines (25 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "data_analyst",
"version": "1.0.0",
"description": "Bienvenue dans le référentiel dédié à l'apprentissage personnel \r de Pandas ! Ce référentiel vise à fournir une ressource complète pour \r quiconque souhaite maîtriser l'utilisation de la bibliothèque Pandas en \r Python pour la manipulation et l'analyse de données.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Shado2107/Python-machine-learning.git"
},
"keywords": [
"Pandas",
"Python",
"Data Analysis",
"Data Manipulation"
],
"author": "Pavel Almeida",
"license": "ISC",
"bugs": {
"url": "https://github.com/Shado2107/Python-machine-learning/issues"
},
"homepage": "https://github.com/Shado2107/Python-machine-learning#readme"
}