The expectation is to see the same dataframe I used before the filter so the output will be:
-------------------------
|"ENTRY" |"FILE_PATH" |
-------------------------
| | |
-------------------------
--------------- filter -----------------
-------------------------
|"ENTRY" |"FILE_PATH" |
-------------------------
| | |
-------------------------
Please answer these questions before submitting your issue. Thanks!
What version of Python are you using?
Python 3.11.13What are the Snowpark Python and pandas versions in the environment?
What did you do?
When I created an empty dataframe with 2 columns. I tried to filter based on one of the column, but instead of returning a duplication of that empty dataframe, it returns a dataframe with no columns at all.
What did you expect to see?
The expectation is to see the same dataframe I used before the filter so the output will be: