File extensions you should be familiar with as a Data Analyst

File extensions you should be familiar with as a Data Analyst
Photo by Polina Zimmerman on Pexels.com

As a Data Analyst, you will be working with several applications to carry out your work and these applications have computer files associated with them.

A computer file helps to record data within computer storage and it is usually identified by its name. The end of the filename which is after the full stop is called the file extension. The file extension shows the file format and the application that owns the file. For example “name.py” py is the file extension and it refers to a python file.

Most times you will be working with database and spreadsheet files. However, some of the data may come in flat files as well e. g text files and CSV files. You must know and use the right application to open these files else you will encounter a lot of bottlenecks.

Here are some of the file extensions you will come across frequently.

  1. Executable File Extensions

File Extensions

Description

.apk Android package file
.batBatch file
.binBinary file
.cgiCommon Gateway Interface Script
.comMS-DOS command file
.exeExecutable file
.jarJava Archive file
.ipynbPython file
.pyPython file
.wsfWindows Script File

2. Text File Extensions

.doc and .docx Microsoft Word file
.odtOpenOffice Writer document file
.msgOutlook Mail Message
.pdfPDF file
.rtfRich Text Format File
.texA LaTeX document file
.txtPlain text file
.wks and .wpsMicrosoft Works Word Processor Document file
.wpdWordPerfect document

3. Spreadsheet File Extensions

.ods OpenOffice Calc spreadsheet file
.xlrMicrosoft Works spreadsheet file
.xlsMicrosoft Excel file
.xlsxMicrosoft Excel Open XML spreadsheet file

4. Database File Extensions

.accdb Access 2007 Database File
.csvComma separated value file
.datData file
.db or .dbfDatabase file
.logLog file
.mdbMicrosoft Access database file
.pdbProgram Database
.savSave file (e.g. game save file)
.sqlSQL/Structured Query Language database file
.tarLinux / Unix tarball file archive

5. Presentation Files Extensions

.key Keynote presentation
.odpOpenOffice Impress presentation file
.ppsPowerPoint slide show
.pptPowerPoint presentation
.pptmPowerPoint presentation
.pptxPowerPoint Open XML presentation

6. System Related File Extensions

.bak Backup file
.cabWindows Cabinet file
.cfgConfiguration file
.cplWindows Control panel file
.curWindows cursor file
.dllDLL file
.dmpDump file
.drvDevice driver file
.icnsmacOS X icon resource file
.icoIcon file
.iniInitialization file
.lnkWindows shortcut file
.msiWindows installer package
.sysWindows system file
.tmpTemporary file

7. Web File Extensions

.asp and .aspx Active Server Page file
.cerInternet security certificate
.cfmColdFusion Markup file
.cgi or .plPerl script file
.cssCascading Style Sheet file
.htm and .htmlHTML/Hypertext Markup Language file
.jsJavaScript file
.jspJava Server Page file
.partPartially downloaded file
.phpPHP Source Code file
.rssRSS/Rich Site Summary file
.xhtmlXHTML / Extensible Hypertext Markup Language file

8. Visualization/Image File Extensions

.twb tableau
.pbixpower bi
.bmpBitmap image File
.gifGIF/Graphical Interchange Format image
.pngPNG / Portable Network Graphic image
.psdPSD / Adobe Photoshop Document image
.svgScalable Vector Graphics file

You can open a file having a file extension that differs from that of the application if the file format is compatible with the application e.g. opening a CSV file with the Microsoft Excel application. Sometimes, you may need to change the file extension to that of the application by renaming the file.

Leave a comment