Coder Social home page Coder Social logo

kenvilar / data-analysis-using-python Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 2.0 68 KB

Transforming a description of a location from an analyzed CSV file data using Pandas with Python 3

Jupyter Notebook 100.00%
python3 pandas jupyter python xlrd bs4 requests data-analysis

data-analysis-using-python's Introduction

data-analysis-using-python

Organizing, cleaning, modeling, and analyzing data in Python using Pandas

Getting Started

  • Install python3
  • Install pip and setuptools and upgrade them using this command
pip3 install -U pip setuptools
  • Create own virtual environment using these commands
python3 -m venv <DIR> 
source <DIR>/bin/activate
  • Auto generate requirements.txt
pip3 list --not-required --format=freeze > requirements.txt
  • To install packages from requirements.txt file
pip3 install -r requirements.txt
  • To run jupyter notebook
jupyter notebook

Installations

  • Install pandas -- pip3 install pandas
  • Install jupyter -- pip3 install jupyter
  • Install xlrd -- pip3 install xlrd
  • Install geopy -- pip3 install geopy
  • Install bs4 -- pip3 install bs4 (This is optional. This will parse a document into a tree representation.)
  • Install requests -- pip3 install requests (This is optional. This will requests http library.)
  • Install pipdeptree -- pip3 install pipdeptree (This is optional. It will displays dependencies as a tree structure.)

data-analysis-using-python's People

Contributors

kenvilar avatar snyk-bot avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  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.