Ashish Singal

Results 4 comments of Ashish Singal

Strong use case for me as well. I'm having to replicate queries over and over just to change the title for dashboards. Even an option where the query title can...

how would it work? can you write out the usage example? so it works something like this - ``` df = pd.read_csv('soccer_players.csv') vn.use_df(df) vn.ask('how many soccer players are there') ```...

`vn.connect_to_dataframes(df1, df2)` what does this do in the background? it creates a sqlite db, puts those two dfs in there, and then connects vanna to the sqlite?

Is this still active? Noticed a few open PRs .. would be nice to get notebooks for the book. Would gladly do any remaining chapter -- but seems no one...