Skip to main content

Python Library of General Data Science Solutions

Project description

BloomTechLib

BloomTech Labs Python Library of General Data Science Solutions

BloomTechLib Developer Guidelines

  1. No PEP8 violations.
  2. No global state.
  3. Must be backwards compatible to 3.6.x
  4. Must be forward compatible up to the latest version of Python 3.9.x
  5. Should avoid dependencies outside the standard library.
  6. Every feature will be documented in detail.
  7. Code examples will be included for each feature.

Analysis

CSV Similarity Score

Compares two csv files and returns a score between 0.0 and 1.0 to indicate how similar the data is.

Assumptions

  • The data files have the same header, delimiter and number of rows.
  • Each row of data should be a unique observation, each column representing a single aspect.
  • CSV is a convenient format, but a database adapter could be useful in the future.
  • Data will be primitive strings or numbers and not more complex types.

DataBase Ops

DataModelMongo Class

  • find(dict) -> dict
  • insert(dict)
  • find_many(dict, int) -> Iterator[dict]
  • insert_many(dict)
  • get_df() -> DataFrame

DataModelSQL Class

  • db_action(str)
  • db_query(str) -> list

HTML to DataFrame

  • html_to_df(str, int) -> DataFrame

DevOps API

  • WIP

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

BloomTechLib-0.0.1.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

BloomTechLib-0.0.1-py3-none-any.whl (6.3 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