Andrea
Results
3
issues of
Andrea
If I put too many images in the carousel, the dots go beyond the screen causing an overflow. Can we find a way to limit the number of dots, overriding...
enhancement
Expected behaviour: ``` df.drop('columnName') df.dropna() //drops columns containing empty values ```
Add how to perform Python like action: df = pd.DataFrame(csvPath) filteredDf = df[df['price']=15] As of now seems it is not possible to perform such action (Select {columns} Where {condition})