Socket
Socket
Sign inDemoInstall

datasoap

Package Overview
Dependencies
1
Maintainers
2
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    datasoap

Supplementary library for pandas that processes dataframes derived from CSV files.


Maintainers
2

Readme

datasoap

What is it?

datasoap is a supplementary library for pandas that processes dataframes derived from CSV files. The module checks cell data for correct numerical formatting and converts mismatched data to the correct data type (ex. str > float64).

Main Features

  • Strips unnecessary characters from numerical data fields in pandas dataframes to ensure consistent data formatting
  • Provides before and after representations of dataframes to allow for comparison

Repository

Source code is hosted on: github.com/snake-fingers/data-soap

Dependencies

pandas - Python package that provides fast, flexible, and expressive data structures designed to make working with “relational” or “labeled” data both easy and intuitive.

Installation

poetry add datasoap

Documentation

User Docs can be found at datasoap docs

Background

datasoap originated from a Code Fellows 401 Python midterm project. The project team includes Alex Angelico, Grace Choi, Robert Carter, Mason Fryberger, and Jae Choi. After working with a few painful datasets using, we wanted to create a library that allows users to more efficiently manipulate clean datasets extracted from CSVs that may have inconsistent formatting.

Future Features in Planning

  • Additional functionality that re-names columns with the common unit of measure.
  • Automation of identifying columns that require reformatting, removing the need for user input on instantiation
  • Extend useablity to work with other virtual environments such as pip, and conda

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc