Python Forum

Full Version: Merging CSV Files in Jupyter
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Whenever I attempt to merge CSV files I receive the following:



df = pd.read_csv('C:/Users/RJ/Documents/FGB/JulSept.csv', 'C:/Users/RJ/Documents/FGB/OctDec.csv')

[red]C:\Users\RJ\Anaconda3.1\lib\site-packages\ipykernel_launcher.py:1: ParserWarning: Falling back to the 'python' engine because the 'c' engine does not support regex separators (separators > 1 char and different from '\s+' are interpreted as regex); you can avoid this warning by specifying engine='python'.
"""Entry point for launching an IPython kernel.

The goal is to use two different datasets so I can compare them.