Giter Site home page Giter Site logo

kristoffergordon / dsutils Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 789 KB

A repository containing boilerplate code and template for tasks often encounter when working with data science

License: MIT License

Python 3.66% Jupyter Notebook 96.17% Makefile 0.17%

dsutils's Introduction

DSK: Data Science Toolkit

DSK is a comprehensive toolkit designed to streamline various data science tasks, from data preprocessing to visualization. It aims to provide data scientists and analysts with a set of tools to efficiently handle data, perform exploratory analysis, and generate insightful visualizations.

Features

  • Data Preprocessing: Functions to clean and prepare data for analysis, including handling missing values and reducing memory usage.
  • Visualization: A suite of visualization tools built on top of matplotlib and seaborn for creating informative plots easily.

Installation

DSK is available on PyPI. You can install it using pip:

pip install dsk

Usage

Import the DSK package and use its modules as follows:

import pandas as pd
from dsk import data, plots

# Example: Load and preprocess data
df = pd.read_csv('your_dataset.csv')
df_overview = data.data_overveiw(df)

# Example: Visualize data distribution
plots.plot_distribution(df, 'your_feature_column')

dsutils's People

Contributors

kristoffergordon avatar

Watchers

 avatar

dsutils's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.