dovpanda-dev / dovpanda

Directions overlay for working with pandas in an analysis environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Date object checks on more methods

DeanLa opened this issue · comments

Basic Functionality

same as #37 but loop over all columns in a dataframe.

Hooks Upon

DF_CREATION and maybe more.

Hook Type

post

Brief Description

Design

for col in res.columns:
    #do similar to #37