This file contains 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
"""Saving and loading Pandas DataFrame and Series objects | |
Tested with Python 3.6.1 on 64 bit Windows 10 | |
Original blog post: https://metarabbit.wordpress.com/2013/12/10/how-to-save-load-large-pandas-dataframes/ | |
Original Gist was for Python 2.7: https://gist.github.com/luispedro/7887214 | |
""" | |
import io |
This file contains 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
fviktor@ml:~/dev/cxxnet$ ./build_ps.sh | |
Cloning into 'ps-lite'... | |
remote: Counting objects: 859, done. | |
remote: Compressing objects: 100% (12/12), done. | |
remote: Total 859 (delta 0), reused 0 (delta 0), pack-reused 847 | |
Receiving objects: 100% (859/859), 274.49 KiB | 0 bytes/s, done. | |
Resolving deltas: 100% (565/565), done. | |
Checking connectivity... done. | |
Install third-party libraries for PS | |
configure.ac:55: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body |
This file contains 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
$ ./build_ps.sh | |
Cloning into 'ps-lite'... | |
remote: Counting objects: 518, done. | |
remote: Compressing objects: 100% (100/100), done. | |
remote: Total 518 (delta 59), reused 0 (delta 0), pack-reused 418 | |
Receiving objects: 100% (518/518), 224.59 KiB | 0 bytes/s, done. | |
Resolving deltas: 100% (292/292), done. | |
Checking connectivity... done. | |
Install third-party libraries for PS | |
configure.ac:55: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body |
This file contains 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
fviktor@ml:~/dev/cxxnet$ ./build_ps.sh | |
Cloning into 'ps-lite'... | |
remote: Counting objects: 496, done. | |
remote: Compressing objects: 100% (78/78), done. | |
remote: Total 496 (delta 43), reused 0 (delta 0), pack-reused 418 | |
Receiving objects: 100% (496/496), 220.61 KiB | 0 bytes/s, done. | |
Resolving deltas: 100% (276/276), done. | |
Checking connectivity... done. | |
Install third-party libraries for PS | |
configure.ac:55: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body |
This file contains 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
Cloning into 'ps-lite'... | |
HEAD is now at 2930ac6 fix bug in env when launching using dmlc-*.py with multiple servers | |
Install third-party libraries for PS | |
Cloning into 'third_party'... | |
ar: creating libgtest.a | |
ar: creating libgtest_main.a | |
In file included from ./google/protobuf/stubs/stringprintf.h:47:0, | |
from google/protobuf/stubs/stringprintf.cc:33: | |
google/protobuf/stubs/stringprintf.cc: In function 'std::string google::protobuf::StringPrintfVector(const char*, const std::vector<std::basic_string<char> >&)': | |
google/protobuf/stubs/stringprintf.cc:164:59: warning: typedef 'arg_count_mismatch' locally defined but not used [-Wunused-local-typedefs] |