9 Pandas 1: Introduction

to_json() Convert the object to a JSON string to_pickle() Serialize the object and store it in an external le to_sql() Write the object data to an open SQL database ableT 9.1: Methods for exporting data in a pandas Series or DataFrame . ................
................