File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,7 @@ We can now load the stored DataFrame in another (or the same) notebook:
6060> Imported salaries (40CA7812) at Sunday, 08. Dec 2019 12:02
6161
6262Thanks to (optional) [ memory optimizations] ( #memory-optimizations ) we saved some RAM (87% as compared to unoptimized ` pd.read_csv() ` result).
63- To track how many MB were saved use ` --report_memory_gain ` setting:
64-
65- ``` python
66- % open_vault - p data/ storage.zip -- report_memory_gain True
67- ```
68-
69- which will display memory optimization results below imports, for example:
63+ To track how many MB were saved use ` --report_memory_gain ` setting which will display memory optimization results below imports, for example:
7064
7165> Reduced memory usage by 87.28%, from 0.79 MB to 0.10 MB.
7266
@@ -185,7 +179,7 @@ of the level of security offered by this package will be easier.
185179
186180Pre-requirements:
187181- Python 3.6+
188- - 7zip (16.02+) (see [ below] (./Installing 7-zip) for Ubuntu and Mac commands)
182+ - 7zip (16.02+) (see [ below] ( #installing- 7-zip) for Ubuntu and Mac commands)
189183
190184### Installation:
191185
You can’t perform that action at this time.
0 commit comments