Skip to content

Instantly share code, notes, and snippets.

@pytholabsbot1
Created February 15, 2019 06:04
Show Gist options
  • Save pytholabsbot1/4f43aa160630ee7238fbd3af102371f9 to your computer and use it in GitHub Desktop.
Save pytholabsbot1/4f43aa160630ee7238fbd3af102371f9 to your computer and use it in GitHub Desktop.
dataset ={'outlook':outlook,'temp':temp,'humidity':humidity,'windy':windy,'play':play}
df = pd.DataFrame(dataset,columns=['outlook','temp','humidity','windy','play'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment