Data Science help functions
Project description
data-science
A set of useful functions for day-to-day python datascience project.
Description
A few modules who work together to automatize some routine meet each day on a jr_data_science project.
- decouverte.py :
Some functions to find informations around the files you are given. You would find here some functions about paths, cleaning paths, and header extracts.
- extra_pandas.py :
Never dreamed of a panda function able to convert anykind of time-encoded column ? Well, I didn't do it :-/ but I collected a rather long list of type of string I found on my way, and put it on one bigger-and-bigger convert-date columns ;)
- useful_functions.py:
How to get all the csvs under a dir ? How to compile a multi-worksheet excel file into one big csv ? Here you have some tool to do so !
import pandas as pd import os from collections import Counter import numpy as np;
import seaborn as sns; import matplotlib.dates as mdates import random from functools import reduce
np.random.seed(0) sns.set() %matplotlib inline sns.set_style("white") sns.set_palette("husl")
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file jr_data_science-0.1.31.tar.gz
.
File metadata
- Download URL: jr_data_science-0.1.31.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
7e5166fa94d242790bad6fcb8cfb3e8d075bbf2ed982e4655a1041a3d3d7fd73
|
|
MD5 |
3f39591a9d3fec347f56ede0049b0b78
|
|
BLAKE2b-256 |
b1d1bc78a848b05fef70134a3cf16363d57887ea61c6ac56bb07eb0d74155d25
|
File details
Details for the file jr_data_science-0.1.31-py3-none-any.whl
.
File metadata
- Download URL: jr_data_science-0.1.31-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b2df3e4f3defe3079be1a022927c86db150ed89b7994b840d66c0944b03afd37
|
|
MD5 |
fa014654e106199ae747131304457113
|
|
BLAKE2b-256 |
5e010adf10e036c12bc603aef901905f11ef5eb76fdf0f0076b00cff4675582f
|