Programming Languages

Files and Folders in Python

Folders and Files¶ Let us quickly recap details about folders and files, especially using Linux. You need to be comfortable with the following. Differentiating Files and Folders. Keep in mind that Folders and Directories means the samething. Understanding Absolute or Fully Qualified Path. Understanding Relative Path. Understanding File or Folder permissions. In [1]: # Listing files …

Files and Folders in Python Read More »

Libraries of Map-Reduce Libraries

Limitations of Map Reduce Libraries¶ Here are some of the limitations of using Map Reduce Libraries. We cannot refer attributes with names directly. Functions are scattered and lack consistency. Readability and maintainability are addressed using libraries such as Pandas. Libraries such as PySpark takes care of scalability. {note} We use the approach of loops or …

Libraries of Map-Reduce Libraries Read More »