13. Data Analytics - Prepare Data for Exploration - Week 4
Definitions:
File naming conventions // consistent guidelines that describe the content, data, or version of a file in its name
Data security // protecting data from unauthorized access or corruption by adopting safety measures
Encryption // uses a unique algorithm to alter data and make it unusable by users and applications that don't know the algorithm. Algorithm is then saved as a key to decrypt.
Tokenization // replaces data elements you want to protect with randomly generated data referred to as "token." User or app needs permission to use tokenized data and the token mapping to de-token data.
Spreadsheet security features:
- Protect spreadsheets from being edited
- Access control features
File Naming DO's:
- Work out your conventions early
- Align file naming with your team
- Make sure your file names are meaningful
- Keep file names short and sweet
- Format dates yyyymmdd: SalesReport20201125
- Lead revision numbers with 0: SalesReport20201125v02
- Use hyphens, underscores, or capitalized letters: SalesReport_2020_11_25_v02
- Create text file to list out the naming conventions you have used.
Benefits of organizing data:
- Makes it easier to find and use
- Helps you avoid making mistakes during your analysis
- Helps to protect your data
Best practices when organizing data:
- Naming conventions
Consistent guidelines that describe the content, data, or version of a file in its name.
Use logical and descriptive names for your files to make them easier to find and use.
- Foldering
Putting related files into one place (folder). Subfolders can also extend foldering.
Helps move old projects to a separate location to create an archive and cut down on clutter.
- Archiving older files
- Align your naming and storage practices with you team
Data are shared in a team, so its best to make sure others understand.
- Develop metadata practices
Comments
Post a Comment