Git Product home page Git Product logo

datamanipulation's Introduction

DataManipulation

Context for each Dataset.

Titanic Dataset:

survival: Survival where 0 = No, 1 = Yes

pclass: Ticket class where 1 = 1st, 2 = 2nd, 3 = 3rd

sex: Sex

Age: Age in years

sibsp: # of siblings / spouses aboard the Titanic

parch: # of parents / children aboard the Titanic

ticket: Ticket number

fare: Passenger fare prices (pounds) in 1912

cabin: Cabin number

embarked: Port of Embarkation where C = Cherbourg, Q = Queenstown, S = Southampton

class: Ticket class represented as string value

who: Passengers classified based on age, where adults are male or female, and non-adults are child

adult_male: Bool if male is adult

deck: Deck Level

embark_town: Port of Embarkation represented as a string value

alive Yes or No is survived

alone: Bool if traveled alone, that is no siblings, parents or children

Notes on the Titanic variables: pclass: A proxy for socio-economic status (SES)

  • 1st = Upper
  • 2nd = Middle
  • 3rd = Lower

age: Age is fractional if less than 1. If the age is estimated, is it in the form of xx.5

sibsp: The dataset defines family relations in this way...

  • Sibling = brother, sister, stepbrother, stepsister
  • Spouse = husband, wife (mistresses and fiancés were ignored)

parch: The dataset defines family relations in this way...

  • Parent = mother, father
  • Child = daughter, son, stepdaughter, stepson
  • Some children travelled only with a nanny, therefore parch=0 for them.

Resources:

Merging Tables Data Sets:

Garden_supply represents a garden supply store.

Flower: is the name of the flower being sold Sold_As: represents how the flowers are ready to be sold as

  • Container - is a single 6 inch plastic potting container
  • Bulb Pack - is a bag of bulbs
  • Root Pack - is a back of root cuttings
  • Mixed Container - is a hanging basket that contains at least one of the flowers

Flowers and Shrubs datasets:

Name is the name of the plant Plant_Type designates plant life cycle

  • Perennial - a flower type that returns year after year
  • Annual - a flower type that only lasts one season
  • Evergreen - a shrub type that keeps its leaves year round, may or may not flower
  • Flowering - a shrub type that is well known for its flowers. Flowers are seasonal. Sun_Shade: The minimal sunlight requirements for each plant type
  • Full_Sun - 6+ hours of direct sunlight
  • Partial_Sun - 3-6 hours direct sunlight
  • Partial_Shade - 3-6 hours direct sunlight
  • Full_Shade - 3 hours or less of direct sunlight

Resources:

  • This data set and context was created by Courtney Frey for this notebook set.

datamanipulation's People

Contributors

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