Giter Club home page Giter Club logo

dummy_data_csv_maker's Introduction

csv maker

Requirements:

  • python3
  • poetry package manager

Initialize the tool

Clone the repo and cd into the root directory.

git clone [email protected]:deancochran/dummy_data_csv_maker.git

Run the following command: poetry install

Then start the virtual enviornment with poetry shell

Run the jupyter lab session from your terminal with jupyter lab

Open the notebook.py file

Jupyter Notebooks contain indiviual cells of python that may be run OUT of order. The state of each cell is maintained, so running the cells in order is the only way to keep the tool running

Configuration

There are some variables you may configure and change to build a csv file of devleopment data

  • n = the number of rows to output
  • reuired_columns = the number of columns required for the output file
  • column_names = the name of each of the columns (note that each column will have it's index value attached to the end of the name)
  • column_types = the type of the column (see ColumnType in generator.py) for each corresponding column name

Ouput

The output of each successful run of the notebook with result in a new .csv file titled

output/
    fake_data_02-28-24_18:45:22.csv

dummy_data_csv_maker's People

Watchers

Dean Cochran avatar

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.