Created
February 15, 2019 06:04
-
-
Save pytholabsbot1/4f43aa160630ee7238fbd3af102371f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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