Have a dataframe 10000 rows and 10 columns (string, int, float). Try to write a python function to query, filter and save the output csv in current path on local disk. The function looks like:
query_function(dataframe, column1=None, column2=None, column3=None...)
All columns in the function are optional
I google the topic but didn't find anything really help. Can anyone help?