All Projects → OpenDataScienceLab → Skdata

OpenDataScienceLab / Skdata

Licence: mit
Python tools for data analysis

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Skdata

Datascience course
Curso de Data Science em Português
Stars: ✭ 294 (+1737.5%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data
Data Science Hacks
Data Science Hacks consists of tips, tricks to help you become a better data scientist. Data science hacks are for all - beginner to advanced. Data science hacks consist of python, jupyter notebook, pandas hacks and so on.
Stars: ✭ 273 (+1606.25%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data
Data Science Resources
👨🏽‍🏫You can learn about what data science is and why it's important in today's modern world. Are you interested in data science?🔋
Stars: ✭ 171 (+968.75%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data
Codesearchnet
Datasets, tools, and benchmarks for representation learning of code.
Stars: ✭ 1,378 (+8512.5%)
Mutual labels:  open-data, jupyter-notebook, data-science, data
Cartola
Extração de dados da API do CartolaFC, análise exploratória dos dados e modelos preditivos em R e Python - 2014-20. [EN] Data munging, analysis and modeling of CartolaFC - the most popular fantasy football game in Brazil and maybe in the world. Data cover years 2014-19.
Stars: ✭ 304 (+1800%)
Mutual labels:  jupyter-notebook, data-science, data
Pydataroad
open source for wechat-official-account (ID: PyDataLab)
Stars: ✭ 302 (+1787.5%)
Mutual labels:  jupyter-notebook, data-science, data-analysis
Cookbook 2nd
IPython Cookbook, Second Edition, by Cyrille Rossant, Packt Publishing 2018
Stars: ✭ 704 (+4300%)
Mutual labels:  jupyter-notebook, data-science, data-analysis
Data Science
Collection of useful data science topics along with code and articles
Stars: ✭ 315 (+1868.75%)
Mutual labels:  jupyter-notebook, data-science, data-analysis
Quantitative Notebooks
Educational notebooks on quantitative finance, algorithmic trading, financial modelling and investment strategy
Stars: ✭ 356 (+2125%)
Mutual labels:  jupyter-notebook, data-science, data-analysis
Datacleaner
The premier open source Data Quality solution
Stars: ✭ 391 (+2343.75%)
Mutual labels:  data-science, data-analysis, data
Jupyter pivottablejs
Drag’n’drop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js
Stars: ✭ 428 (+2575%)
Mutual labels:  jupyter-notebook, data-science, data-analysis
Agile data code 2
Code for Agile Data Science 2.0, O'Reilly 2017, Second Edition
Stars: ✭ 413 (+2481.25%)
Mutual labels:  jupyter-notebook, data-science, data
Courses
Quiz & Assignment of Coursera
Stars: ✭ 454 (+2737.5%)
Mutual labels:  jupyter-notebook, data-science, data-analysis
Cryptocurrency Analysis Python
Open-Source Tutorial For Analyzing and Visualizing Cryptocurrency Data
Stars: ✭ 278 (+1637.5%)
Mutual labels:  jupyter-notebook, data-science, data-analysis
Akshare
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
Stars: ✭ 4,334 (+26987.5%)
Mutual labels:  data-science, data-analysis, data
Introduction Datascience Python Book
Introduction to Data Science: A Python Approach to Concepts, Techniques and Applications
Stars: ✭ 275 (+1618.75%)
Mutual labels:  jupyter-notebook, data-science, data
Articles
A repository for the source code, notebooks, data, files, and other assets used in the data science and machine learning articles on LearnDataSci
Stars: ✭ 350 (+2087.5%)
Mutual labels:  jupyter-notebook, data-science, data-analysis
Cookbook 2nd Code
Code of the IPython Cookbook, Second Edition, by Cyrille Rossant, Packt Publishing 2018 [read-only repository]
Stars: ✭ 541 (+3281.25%)
Mutual labels:  jupyter-notebook, data-science, data-analysis
Scihub
Source code and data analyses for the Sci-Hub Coverage Study
Stars: ✭ 205 (+1181.25%)
Mutual labels:  open-data, jupyter-notebook, data-science
The Elements Of Statistical Learning Python Notebooks
A series of Python Jupyter notebooks that help you better understand "The Elements of Statistical Learning" book
Stars: ✭ 405 (+2431.25%)
Mutual labels:  jupyter-notebook, data-science, data-analysis

=============================== SciKit Data

.. image:: https://img.shields.io/pypi/v/scikit-data.svg :target: https://pypi.python.org/pypi/scikit-data

.. image:: https://img.shields.io/travis/OpenDataScienceLab/skdata.svg :target: https://travis-ci.org/OpenDataScienceLab/skdata

.. image:: https://readthedocs.org/projects/skdata/badge/?version=latest :target: https://skdata.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

Conda package current release info

.. image:: https://anaconda.org/conda-forge/scikit-data/badges/version.svg :target: https://anaconda.org/conda-forge/scikit-data :alt: Anaconda-Server Badge

.. image:: https://anaconda.org/conda-forge/scikit-data/badges/downloads.svg :target: https://anaconda.org/conda-forge/scikit-data :alt: Anaconda-Server Badge

About SciKit Data

The propose of this library is to allow the data analysis process more easy and automatic.

General objectives:

  • reduce boilerplate code;
  • reduce time spent on data analysis tasks and;
  • offer a reproducible data analysis workflow.

Generally, there is a lot of boilerplate code on data analysis task that could be resolved with reproducible mechanisms and easy data visualization methods. Another point is related to data publish. A lot of data analysts doesn't know about open data repositories or doesn't consider that in his/her scientific workflow communication.

Specifics objectives:

  • optimize data visualization;
  • integration with open data repositories to publish data;
  • reproducibility on data analysis tasks through storing and recovery operations;

SkData should integrate with Pandas library (Python).

Books used as reference to guide this project:

Some other materials used as reference:

Installing scikit-data

Using conda

Installing scikit-data from the conda-forge channel can be achieved by adding conda-forge to your channels with:

.. code-block:: console

$ conda config --add channels conda-forge

Once the conda-forge channel has been enabled, scikit-data can be installed with:

.. code-block:: console

$ conda install scikit-data

It is possible to list all of the versions of scikit-data available on your platform with:

.. code-block:: console

$ conda search scikit-data --channel conda-forge

Using pip

To install scikit-data, run this command in your terminal:

.. code-block:: console

$ pip install skdata

If you don't have pip_ installed, this Python installation guide_ can guide you through the process.

.. _pip: https://pip.pypa.io .. _Python installation guide: http://docs.python-guide.org/en/latest/starting/installation/

More Information

References

  • CUESTA, Hector; KUMAR, Sampath. Practical Data Analysis. Packt Publishing Ltd, 2016.

Electronic materials

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].