Re: Notebook for sql ?

  • From: John Piwowar <jpiwowar@xxxxxxxxx>
  • To: krishsingh.111@xxxxxxxxx
  • Date: Tue, 9 Feb 2021 09:31:34 -0800

I've tinkered with it, and might be able to offer more directed opinions if
you shared your goals.  Frankly, once you've issued the SQL query and
fetched the data, jupyter notebooks are just another very flexible data
processing and presentation tool.

I'll assume that you are just as capable of Googling "Jupyter Oracle SQL"
as I am, so I'll spare you that. :)

Broadly speaking, IMO if you're working w/ SQL from within a Jupyter
notebook, you'll be well served by learning some of the common python
libraries for data processing (numpy/pandas) and visualization (there are
tons, maybe look for the ones that take pandas dataframes as an input).
It's certainly not a superior substitute for the more feature-rich SQL
development tools out there (e.g. Oracle SQL Developer), but there are some
decent use cases.




On Tue, Feb 9, 2021 at 8:46 AM kunwar singh <krishsingh.111@xxxxxxxxx>
wrote:

Hi All,
Newbie here in Jupyter world .
Anybody using sql in Jupyter notebook . ?
I would like to learn more on it

--
Cheers,
Kunwar

Other related posts: