
:)īio: Andrew Schonfeld has been a full-stack developer for about 14+ years. If you liked this please support open-source and star the repo. There's many other features that I haven't touched on here so I urge you to check it out the README, particularly the different UI functions. Thank you for reading this tutorial and I hope it helps you with your data exploration. Here are some other competitors to D-Tale:
JUPYTER NOTEBOOK ONLINE PANDAS FREE
So feel free to submit suggestions or bugs on the Issues page page of the repo.
JUPYTER NOTEBOOK ONLINE PANDAS CODE
Now the goal of code export is to help users learn a little bit about what code was run to get them what their looking at, but it is by no means gospel.

Let's take a look at the output of clicking the "Code Export" link of you chart that we built in Step 6.

By either opening the main menu or clicking a column header and then clicking the "Describe" button (clicking from a column header will preselect that column for you). We've brought that function to life with the "Describe" menu option. One way to do this is by running df.describe(). Many times you'll want to be able to view a quick overview of the contents of your dataframe. Here are some examples of a few of them: Builder Click that and you see many options for different ways to build new columns based on your existing data. If you open the main menu by clicking on the triangle in the upper lefthand corner you'll be presented with many options, one of which is "Build Columns". Lock Columns to the Left side (this is handy if you have a very wide dataframe).If your still in the output cell of your jupyter notebook feel free to click the triangle in the upper lefthand corner to open the main menu and then click "Open in New Tab" to give you a larger workspace. Once inside the grid you have all of the standard grid functionality at your fingertips by clicking column headers. jupyter notebook: An output cell containing the D-Tale grid.Python console: A link which depending on your terminal settings you can either click or copy into a browser which will bring you to the D-Tale grid.

You will be presented with one of the following:
