Python -...
teratail.com › questions › 249081Mar 24, 2020 · PostgreSQLにPandasのto_sqlでデータを書き込もうとすると、以下のエラーが出力されます AttributeError: 'Engine' object has no attribute 'cursor' sqlalchemyのcreate_engineでengineを変更しているはずなのですが、うまくいきません。 pandasのversionで何か変更があったのでしょうか…?