hi everyone,
I have one question about analyzing factbook using SQL. when I download the [SQLite factbook.db
database], I try to run the code below which is a copy. however, my Jupiter notebook didn’t have any reflection. I know the right result should be"‘Connected: [email protected]’".
can you tell me what the problems for my code?
%%capture
%load_ext sql
%sql sqlite:///factbook.db