logoalt Hacker News

wodenokotolast Wednesday at 12:39 PM1 replyview on HN

This should be implemented in editors.

It also looks to be nice in exploratory data analysis:

    df = pd.read_csv(f)
    df.columns = map(convert, df.columns, case.snake)

Replies

zobweytlast Wednesday at 1:08 PM

Thanks for the feedback! I'm glad you found a use case for this library!