GithubHelp home page GithubHelp logo

cs-4403-lab-2's Introduction

CS-4403-Lab-2

The task

From the last lab, it appears that you are all using Python. Great! I have thus made this lab Python specific.

For your project you will need to either create your own data, or access data otherwise publicly available. Getting this data from source to your code is made a great deal easier with the Python pandas package. Have a look at the pandas website, and explore the capabilities of this library: https://pandas.pydata.org/docs/getting_started/index.html

Then go explore the public data available at the links set out on the Term Project page.

Find a dataset that interests you, and provided it is not too large, download it.

Examine how the data is organized and locate a data attribute which you anticipate will have a normal distribution. Finding a dataset available in CSV format makes this the easiest.

Using pandas and whatever other Python functionality you may need, write some code to extract a representative sample of this attribute data from the dataset, not to exceed 10,000 instances, and import it into a dataframe.

Once you have the sample in a dataframe, represent the distribution of the attribute data in a histogram with buckets that make sense (again using our friend matplotlib: https://datatofish.com/plot-histogram-python/ ), and confirm whether your suspicion of a normal distribution holds true.

cs-4403-lab-2's People

Contributors

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