Giter Club home page Giter Club logo

b2b-company's Introduction

B2B-Company

B2B-Company-Analytics

Dataset taken from https://www.kaggle.com/datasets/nnthanh101/aws-saas-sales under license GNU Free, have amended some of the pricing, took an averge of the products products to set price for 2020, have added a 2.5% increase year over year, with an added 5% increase for 2023.

SCHEMAS/MODELING

One Big Table (OBT) - parquet file stored in AWS S2 bucket Denormalised Form - csv files kept locally on Github

Schemas have been loaded using the python dataframe libary Polars (https://www.pola.rs/), and OLAP databse Duckdb (https://duckdb.org/).

The Saas/B2B fictitious data set is aviable as a playground to test and learn exploratory data analysis (EDA), in the future I'd like to add Malloy (https://www.malloydata.dev/) and/or Ibis (https://ibis-project.org/) notebooks.

Virtual Environment: #!python -m venv venv #!source venv/bin/activate #! pip install -r requirements.txt

Duckdb to Parquet COPY (SELECT * FROM tbl) TO 'output.parquet' (FORMAT PARQUET);

lock ref 'HEAD': is at d20a56c53578c0cd295f60ac977fa75f4153b5a8 but expected e74675f0a48a9d19b95d38fb41467eabd7e9d67d git reset --hard HEAD

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.