Skip to main content

Snipptes of DataScience: Pandsa and VizualGraph

Project description

DS Snippets

Trechso de código úteis sobre DataScience

Autor: Rafael Morais de Assis

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 np
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

ds_my_snippets-0.0.2.tar.gz (11.2 kB view hashes)

Uploaded Source

Built Distribution

ds_my_snippets-0.0.2-py3-none-any.whl (12.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page