Skip to content

this app provides jupyter notebook like code block for coding, user can store the dataset they collected (by their code) into the MYSQL database, and the data base can be visualized into excel like grid.

Notifications You must be signed in to change notification settings

jl6298/DataWorkBench

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataWorkbench

Introduction

This project is made for python programmers work with sql database. Python programmers can use python to query and clean their data by the help of sql. For example, programmers can scrape some data with the python script box, and use purely python code to create a database table to store the result. They can either import their csv files or build their dataset from scratch with python. After they finished editing the data, they could export the data as csv file. (more info can be refered from manual test plan and proposal)

Usage

@Week1

users can open a terminal interface by running main.py. Users can do a series of dataset modification by following the instructions of the terminal interface.

Testing

Run pylint by "pylint 'some file'"; Run test by run unit_test.py.

next step

Implementing Frontend script box.

About

this app provides jupyter notebook like code block for coding, user can store the dataset they collected (by their code) into the MYSQL database, and the data base can be visualized into excel like grid.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.8%
  • JavaScript 16.0%
  • CSS 7.4%
  • HTML 2.7%
  • Shell 0.1%