logoalt Hacker News

wodenokoto04/02/20251 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

zobweyt04/02/2025

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