You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And query.sql is an external .SQL file located in the same directory as my notebook. I thought the code above will run the external SQL file and store the result in df_final, but instead I got an error that said: TypeError: expected string or bytes-like object
How should I solve this issue? Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hello there,
I wanted to do a data transformation in SQL using pandasql and store the query result to
df_final
. This is the code I used:And
query.sql
is an external .SQL file located in the same directory as my notebook. I thought the code above will run the external SQL file and store the result indf_final
, but instead I got an error that said:TypeError: expected string or bytes-like object
How should I solve this issue? Thanks in advance!
The text was updated successfully, but these errors were encountered: