Problemunvalidated
result = duckdb.query("SELECT * FROM df_data WHERE id={}".format(user_input)) — duckdb to perform some queries on dataframes. Tension: user-input that I need to add to the query. Outcome: It seems it's possible.
73ac4c42-a52b-4f32-aeb2-18181432c52e
result = duckdb.query("SELECT * FROM df_data WHERE id={}".format(user_input)) — duckdb to perform some queries on dataframes. Tension: user-input that I need to add to the query. Outcome: It seems it's possible.