PDF (black and white) LaTeXLatest Cheat Sheet 2 Pages (0) The Dock of Mac Cheat Sheet The Dock is a prominent feature of the graphical user interface of macOS. It is used to launch applications and to switch between running applications. Dr. Edu 3 Feb 25 apple, commands, keyboard, maco...
jupyter_pandas_cheat_sheet Learn the basic commands to use Pandas in Jupyter-Notebook to accomplish the most important Data Enginnering tasks. Read the underlying article on Medium: https://deganza11.medium.com/the-basics-of-a-jupyter-notebook-pandas-cheat-sheet-for-data-engineers-c1099791a93c...
Keyboard Shortcuts in the IPython ShellIPython Magic CommandsInput and Output HistoryIPython and Shell CommandsErrors and DebuggingProfiling and Timing Code More IPython Resources2. Introduction to NumPy Understanding Data Types in PythonThe Basics of NumPy ArraysComputation on NumPy Arrays: Universal Funct...
Create a Dataframe.Create a Panel.Pandas Create Structures s = Series (data , index )df = DataFrame (data , index , columns )p = Panel (data , items , major_axis , minor_axis )df .stack ()df .unstack ()df .pivot (index ,column ,values )df .T DataFrame commands df [col ]...
First, make sure you install Pandas and Plotly running the following commands on the terminal: pip install pandas pip install plotly Note that you can also use conda to install Plotlyconda install -c plotly. Once you have Plotly installed, run the following commands to install Cufflinks: ...