Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jochem Bijlard
fractalis
Commits
0e4346a6
Commit
0e4346a6
authored
Jan 03, 2018
by
Sascha Herzinger
Browse files
Minor documentation change
parent
2ef4c84a
Changes
1
Hide whitespace changes
Inline
Side-by-side
fractalis/data/etl.py
View file @
0e4346a6
...
...
@@ -122,9 +122,9 @@ class ETL(Task, metaclass=abc.ABCMeta):
@
staticmethod
def
secure_load
(
data_frame
:
DataFrame
,
file_path
:
str
)
->
None
:
"""
For the paranoid. Save data encrypted to the file system.
Note from the dev: If someone has direct access to your FS a
n
unencrypted cache will be one of your least worrie
s.
"""
Save data to the file system in encrypted form using AES and the
web service secret key. This can be useful to comply with certai
n
security standard
s.
:param data_frame: DataFrame to write.
:param file_path: File to write to.
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment