Skip to content
gifGuide2Code

gifGuide2Code

For the genuinely confused.

  • Table of Contents

Tag: CSV

Posted on January 12, 2019January 12, 2019

Python: How to Parse CSV Files

The CSV Module

Did you know that if you go to Google Docs and try to load a csv file with 11,920 rows and 92 columns, you’ll likely get a warning like this?

Continue reading “Python: How to Parse CSV Files”

Posted on October 29, 2017

VBA: How to Exclude Numbers from a List

Header

Alright, I ran short of time this week, so I don’t have a tutorial. But I DO have another fun UDF (User-Defined Function)–this one takes two parameters. Both need to be strings made of comma separated numbers. The function excludes the second set of numbers from the output.

Continue reading “VBA: How to Exclude Numbers from a List”

Blog at WordPress.com.
Cancel