I want to filter date column for a table
data = sas.sasdata("METEOGROUP", "ABC", "PANDAS",
{
"where":
"DATE_DAY>'2021-04-20'"
}
).to_df()
But there is no result from this query. Without where clause i can see this dates. How can i solve this problem?
DATE_DAY continues dates like this ; 2016-05-03