Git Product home page Git Product logo

csv-analysis's Introduction

This project is used for analysis CSV data. There are some function which can be use:

--url, help=URL of the data to download, example: python3 main.py --url www.test.com

--read_data, help=read file .csv which must save and place on data/ directory example test is name file, you must make sure your data on csv format and dont write file extension on the command: python3 main.py --read_data test

--column, help=using for get data based on column, example: python3 main.py --read_data test --column id

--show_column, help=using for know name of all column, example: python3 main.py --show_column test

--statistic, help=using for statistic of csv, example: python3 main.py --statistic test

--group_column, help=using for group by column of csv, example: python3 main.py --group_column test

--sort_data, help=using for sort by column of csv and you must using column command to sort the data, example: python3 main.py --sort_data test --column userId

--delete_data, help=using for delete by column of csv and used together with column command, must be used together with value_data and column arguments, example: python3 main.py --delete_data test --value_data 1 --column id

--value_data, help=using set Value, must using together with delete_data, find_data, and find_count, example: python3 main.py --find_data test --value_data 1

--count_rows, help=using to count rows in file .csv, example: python3 main.py --count_rows test

--find_data, help=using to find data on .csv file, example: example: python3 main.py --find_data test --value_data 1

--find_count, help=using to find data on specific column and to know how much it is, example: python3 main.py --find_count customers-100 --column First Name --value_data Sheryl

On this project, please make sure have this library on your python

argparse =>for arguments on command

random =>random value

string =>string operation

requests =>to get data from website

csv =>CSV reader

pandas =>help to process CSV process

csv-analysis's People

Contributors

didih02 avatar

Watchers

 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.