Skip to main content

Quelques functions pour la data science.

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.

  1. 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.

  1. 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 ;)

  1. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jr_data_science-0.1.2.2.tar.gz (33.2 kB view hashes)

Uploaded Source

Built Distribution

jr_data_science-0.1.2.2-py3-none-any.whl (66.7 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