Skip to content

Commit

Permalink
Split pandas functions into separate module.
Browse files Browse the repository at this point in the history
This frees //labm8:sqlutil from the dependency on
//third_party/py/pandas, which is currently broken.

github.com/ChrisCummins/phd/issues/51
  • Loading branch information
ChrisCummins committed Aug 23, 2019
1 parent 777567d commit 4a6276e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notebooks/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ py_binary(
"//labm8:labtypes",
"//labm8:logutil",
"//labm8:pbutil",
"//labm8:pdutil",
"//labm8:prof",
"//labm8:sqlutil",
"//labm8:viz",
Expand Down

0 comments on commit 4a6276e

Please sign in to comment.