Coder Social home page Coder Social logo

ds-docs's Introduction

Must watch

Watch this video and you may not need to read further.

Anaconda

  1. Click Anaconda Downlaod link
  2. scroll down to page bottom and you will see windows installer.
  3. Most probably it will be 64-bit installer for your computer.
  4. after installaiton is completed confirm via typing in command prompt.
conda -v

  1. if you see conda 4.8, no need for env variables.

  2. In case of you see conda not found error. you should add path to environemnt varialbes

Jupyter Notebook

  1. First we will change jupyter default directory watch this video for more information.

  2. jupyter default directory will be C:/users/yourName

  3. you can use pwd command you checking in which directory you are, if you don't know how to do this just skip this instruction, this is optional.

  4. Type Jupyter notebook in windows search bar

  5. Open file location

  6. Right click on jupter notebook copy and paste this on destop OR create Shortcut on destop screen. watch this video for more information.

  7. Right click and open properties and click shortcut.

  8. In target at the end of file change %USERPROFILE to the path you want to use for your projects in my case it is "F:/Uni/"

  9. dont Forget "

  10. click OK

  11. now double click on the shortcut jupyter notebook shortcut whose path you changed.

  12. You will see that your default working directory is changed.

Jupyter and pandas

  1. Now copy the csv file in this folder.
  2. Click on new button at right hand side, it will create new project.
  3. Jupyter has input and output fields

important tip

Whenever you press tab key in quotes for write path, jupyter will provide you a drop down of available files in this directory.

  1. In our case as we are downloading csv from google classroom it will be converted to excel.
  2. you should use read_excel function.

Note.

  • you should check the video link in case of jupyter shortcut and directory change.
  • Anaconda not installed, add path varibles
  • pandas.read_excel('') directory/file not found use tab key in quotes and jupyter will show you available fils.

ds-docs's People

Contributors

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