3 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 read_html() Read a table in an html page and convert to a DataFrame ableT 3.1: Methods for exporting data in a pandas Series or DataFrame . ................
................