GithubHelp home page GithubHelp logo

ceglug-task-2's Introduction

Hello All

Second Task of LUG Projects

Given in this repository are 4 files, regarding the data of different fruits:

  1. number.csv contains the details of the ID of 100 fruits.

  2. fruits.csv contains the details of the Name of 100 fruits.

  3. price.csv contains the details of the Price of 100 fruits.

  4. rotten.csv has the data if that particular fruit is rotten or not.

In all the files, first entry is of first fruit, second entry of second fruit and so on.

Your task, if you choose to take it is:


  1. Due to improper validations done by the developer, a lot of IDs are missing. Make a not of those IDs, if they're odd then replace them, else delete the entire product

  2. Some names of the fruits are missing. If the ID of that fruit is missing, then delete it. If ID has been found, replace it with 10th fruit name to its left.

  3. Most of the prices are in float, where as some are missing or in int. Conver the price from int to float. If the fruit is rotten, declare price as 0.00

  4. As the entry was made by multiple people, they've used 1 or t for marking "true" and 0 or f for marking false. Convert it to t for true, f for false.

Once cleaned the data must be neatly organised in a file data.csv. It must be organised in the format ID,Name,Price,Rotten

BONUS: Try to plot a line graph between price of fruit and ID of the fruit using MatPlotLib library

ceglug-task-2's People

Contributors

vishwanath1306 avatar

Stargazers

 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.