Random Jupyter Notebook Tasks

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/20

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

Store an object into a variable

2
New cards

print three variables

3
New cards

import libraries

4
New cards

make a list

5
New cards

make an array

6
New cards

make a series

7
New cards

code for a dtype and identify the datatype

8
New cards

create a dataframe with only column names

9
New cards

get the summary for the dataframe with only column names

10
New cards

make a series with values and indexes

11
New cards

make a dataframe with variables

12
New cards

create an empty dataframe, create a dictionary of data, convert the dictionary of data into a new dataframe, then concatenate both dataframes

13
New cards

use the df.join function

14
New cards

rename a column in any dataframe created before

15
New cards

import the JOJO[1].csv file

16
New cards

display a certain amount of rows/columns

17
New cards

reset all the other pandas options done before (if applicable)

18
New cards

type a 

19
New cards

takes your original DataFrame, lists all its columns and data types, and builds a new table that describes each column — including its name, type, description, and source (data specifics)

20
New cards

go to a random notebook and scroll to a random line of code and decipher what is happening

21
New cards

multiply one column by the reciprocal of another column from the same dataframe