Skip to content
Advertisement

Tag: pandas-groupby

How to extract elements from a filename and move them to different columns?

I have a filenames which I converted into a list. The list has the following elements: My goal is to extract elements from this list and fill out a dataframe, which should look like this: LINK TO THE GOOGLE SHEETS CONTAINING THE IMAGE ABOVE: https://docs.google.com/spreadsheets/d/1kuX3M4RFCNWtNoE7Hm1ejxWMwF-Cs4p8SsjA3JzdidA/edit?usp=sharing WHAT I’VE DONE SO FAR is the following code: But, this one does not leave

Advertisement