Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 635 Bytes

try.md

File metadata and controls

21 lines (16 loc) · 635 Bytes

Try pandas online

import pandas
fibonacci = pandas.Series([1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144])
fibonacci.sum()
    
<script src="https://combinatronics.com/ines/juniper/v0.1.0/dist/juniper.min.js"></script> <script>new Juniper({ repo: 'datapythonista/pandas-web' })</script>

Interactive tutorials

You can also try pandas on Binder for one of the next topics:

  • Exploratory analysis of US presidents
  • Preprocessing the Titanic dataset to train a machine learning model
  • Forecasting the stock market

(links will be added soon)