Eda Questions
Eda Questions
1. What is EDA?
2. How to convert a variable to a different data type?
3. What are the types of EDA methods?
4. What are the different packages available for EDA in python?
5. How to create histogram plots in python?
Step 2 : Read the input dataset and print few lines and show its shape
df.iloc[0:5,:]
df.iloc[:,:]
df.iloc[5:,:5]
Step4 : Indexing Using Labels in Pandas
# prints first five rows including 5th index and every columns of df
# computing correlations
Step 6: Pandas Plotting – use scatter plot and check for outlier give inference