Informatics Practices
By default, the plot() function of Matplotlib draws a …………… plot.
- histogram
- column
- bar
- line
PyPlot
4 Likes
Answer
line
Reason — By default, the plot() function of Matplotlib draws a line plot, which connects data points with lines.
Answered By
1 Like
Related Questions
e-waste refers to:
- Software that has become obsolete
- Data that has been deleted from a storage device
- Viruses that infect computers
- Electronic devices that are no longer in use
Which of the following Python statements can be used to select a column column_name from a DataFrame df ?
- df.getcolumn('column_name')
- df['column_name']
- df.select('column_name')
- df(column_name)
State whether the following statement is True or False:
In SQL, the HAVING clause is used to apply filter on groups formed by the GROUP BY clause.
Which of the following Python statements is used to import data from a CSV file into a Pandas DataFrame (Note: pd is an alias for pandas)?
- pd.open_csv('filename.csv')
- pd.read_csv('filename.csv')
- pd.load_csv('filename.csv')
- pd.import_csv('filename.csv')