read_csv()read_excel()read_table()load_excel()read_file()read_csv()read_url()import_csv()sep parameter in the read_csv() function specify?
sheet_namesheetnamesheet_indexread_csv() function in pandas?
,)\t);)head()tail()info()describe()read_csv() should be set to None?
header=Nonecolumns=Nonerows=Noneindex=Noneread_tab()read_csv(sep='\t')read_table()read_text()columns=['col1', 'col2', 'col3']headers=['col1', 'col2', 'col3']col_names=['col1', 'col2', 'col3']columns_names=['col1', 'col2', 'col3']open_file()open()read_file()file_open()open() function in Python?open()?warwbread()readlines()readfile()read_all()write_csv()save_csv()to_csv()export_csv()open() function?wrarwwith statement when opening a file in Python?file_exists()exists()os.path.exists()isfile()flush() method do when working with files in Python?close()file.close()end()finish()plot()scatter()bar()line()title()set_title()add_title()set_label()colorlinecolorshadecolbar()plot()scatter()hist()sizemarker_sizesfontsizedisplay()show()render()view()grid()show_grid()set_grid()add_grid()scatter()bar()plot()hist()| Qno | Answer (Option with Text) |
|---|---|
| 1 | C) pandas |
| 2 | B) read_excel() |
| 3 | B) read_csv() |
| 4 | B) The delimiter used in the file |
| 5 | A) sheet_name |
| 6 | A) Comma (,) |
| 7 | A) head() |
| 8 | A) header=None |
| 9 | B) read_csv(sep='\t') |
| 10 | A) columns=['col1', 'col2', 'col3'] |
| 11 | B) open() |
| 12 | B) Read mode |
| 13 | A) w |
| 14 | B) readlines() |
| 15 | C) to_csv() |
| 16 | C) a |
| 17 | A) To automatically close the file after reading |
| 18 | C) os.path.exists() |
| 19 | C) Forces any unwritten data to be written to the file |
| 20 | A) close() |
| 21 | C) matplotlib |
| 22 | A) plot() |
| 23 | B) Solid line |
| 24 | B) set_title() |
| 25 | A) color |
| 26 | A) bar() |
| 27 | C) s |
| 28 | B) show() |
| 29 | A) grid() |
| 30 | D) hist() |