Dmitry

361
reputation
6
21

Small snippets of great use:

#UnicodeDecodeError: 'utf-8' codec can't decode byte: invalid start byte

encoding='windows-1252'

Encoding in PostgreSQL: ! chcp 1251

Pandas: Find Rows Where Column/Field Is Null