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
import pandas as pd | |
def get_cts(url, ix=None): | |
cts_df = pd.read_html(url) | |
cts = cts_df[ix] | |
return cts.County.str[:-7].pipe(set) | |
cky = get_cts('https://en.wikipedia.org/wiki/List_of_counties_in_Kentucky', ix=1) | |
cin = get_cts('https://en.wikipedia.org/wiki/List_of_counties_in_Indiana', 1) |
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
import inspect | |
def monkey_patched(f): | |
return 'dont_do_this' in inspect.signature(f).parameters | |
def _build_enrollments_query_normandy(self, time_limits, dont_do_this=True): | |
"""Return SQL to query enrollments for a normandy experiment""" | |
return """ | |
SELECT | |
e.client_id, |
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
arpack-julia | |
atk | |
autoconf | |
autoenv | |
automake | |
awscli | |
bazel | |
boot2docker | |
cabal-install | |
cairo |
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
The system is: Darwin - 15.5.0 - x86_64 | |
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. | |
Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ | |
Build flags: | |
Id flags: | |
The output was: | |
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
$ conda list | |
# packages in environment at /Users/me/miniconda3/envs/bug: | |
# | |
anaconda-client 1.5.1 py35_0 | |
appnope 0.1.0 py35_0 | |
clyent 1.2.2 py35_0 | |
decorator 4.0.10 py35_0 | |
entrypoints 0.2.2 py35_0 | |
freetype 2.5.5 1 | |
ipython 5.1.0 <pip> |
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
$ conda list | |
# packages in environment at /Users/chrisbeard/miniconda3/envs/bug: | |
# | |
_nb_ext_conf 0.3.0 py35_0 | |
anaconda-client 1.5.1 py35_0 | |
appnope 0.1.0 py35_0 | |
clyent 1.2.2 py35_0 | |
decorator 4.0.10 py35_0 | |
entrypoints 0.2.2 py35_0 | |
freetype 2.5.5 1 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder