Snipptes of DataScience: Pandsa and VizualGraph
Project description
DS Snippets
Trechso de código úteis sobre DataScience
Autor: Rafael Morais de Assis
Como criar nova versão
Criar pacote here python setup.py sdist bdist_wheel
Instalar aqui e testar pip install -e .
Como atualizar o pacote
=> (mandar para o test-py) twine upload --repository-url https://test.pypi.org/legacy/ dist/* => mandar para Pypi (pip python -m twine upload dist/*
Como usar
Instalar com pip
- Use
!se estiver no colba/kaggle
!pip install ds-my-snippets
Chamando
import ds_my_snippets as ds
Trecho que funciona
import pandas as pd
import seaborn as sns
import ds_my_snippets as ds
iris = sns.load_dataset('iris')
iris = ds.reduce_mem_usage(iris)
Chamando todas as funções
dir(ds) # lista todas as funçôes do módulo
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ds_my_snippets-0.0.4.tar.gz.
File metadata
- Download URL: ds_my_snippets-0.0.4.tar.gz
- Upload date:
- Size: 11.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.4.2 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
844acead7401d6b7955658953b8a9cedebbf16268b0398f00265df2aa4278acd
|
|
| MD5 |
a4c93946ef57bc75bbe43268717dd660
|
|
| BLAKE2b-256 |
4d814e891e07063e6d5c0e0f0bd9974705ed4464344df8444f9f31cd6190f6e6
|
File details
Details for the file ds_my_snippets-0.0.4-py3-none-any.whl.
File metadata
- Download URL: ds_my_snippets-0.0.4-py3-none-any.whl
- Upload date:
- Size: 11.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.4.2 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5255d022149b795fb92da426acfbaf38f58575ce60a53208b21115c106f12ea3
|
|
| MD5 |
470e58be62b9a5aaa6935764901ae1bf
|
|
| BLAKE2b-256 |
de8c05ebbe0511a17803970157b0b83c290a58d308791a56a05f25596291052f
|