This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
url = 'http://www.bom.gov.au/climate/mjo/graphics/rmm.74toRealtime.txt' | |
mjo = pd.read_table(url, skiprows=2, sep=r'\s+', header=None) | |
mjo.columns = ['year', 'month', 'day', 'RMM1', 'RMM2', 'phase', 'amplitude', 'origin'] | |
index = pd.to_datetime(mjo.loc[:,['year','month','day']]) | |
mjo.index = index |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file may be used to create an environment using: | |
# $ conda create --name <env> --file <this file> | |
# platform: osx-64 | |
absl-py=0.2.2=py_0 | |
affine=2.2.0=py_0 | |
appnope=0.1.0=py36_0 | |
arrow=0.12.1=py36_1 | |
asn1crypto=0.24.0=py36_0 | |
astor=0.6.2=py_0 | |
atomicwrites=1.1.5=py36_0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file may be used to create an environment using: | |
# $ conda create --name <env> --file <this file> | |
# platform: osx-64 | |
altair=2.1.0=py_0 | |
appnope=0.1.0=py36_0 | |
asn1crypto=0.24.0=py36_0 | |
atomicwrites=1.1.5=py36_0 | |
attrs=18.1.0=py_1 | |
backcall=0.1.0=py_0 | |
blas=1.1=openblas |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file may be used to create an environment using: | |
# $ conda create --name <env> --file <this file> | |
# platform: osx-64 | |
@EXPLICIT | |
https://conda.anaconda.org/conda-forge/osx-64/appnope-0.1.0-py36_0.tar.bz2 | |
https://conda.anaconda.org/conda-forge/osx-64/bleach-2.0.0-py36_0.tar.bz2 | |
https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2017.11.5-0.tar.bz2 | |
https://conda.anaconda.org/conda-forge/osx-64/cairo-1.14.10-0.tar.bz2 | |
https://conda.anaconda.org/conda-forge/osx-64/certifi-2017.11.5-py36_0.tar.bz2 | |
https://conda.anaconda.org/conda-forge/osx-64/clangdev-5.0.0-default_0.tar.bz2 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<title>PaCal</title> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder