Python – Pandas matching two json API dumps as dataframes
I’m a network admin working on a small project at work using Cisco’s Meraki API wrapper for Python
Pandas list of list column to Python list
I want to create a list from a Pandas column formatted like so:
return if list is consecutive within python col
I’ve got a column within a df labelled a. It contains a list of string values. I want to return if they are consecutive or not.