Python Forum
Merging CSV Files in Jupyter
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Merging CSV Files in Jupyter
#1
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.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Merging multiple csv files with same X,Y,Z in each Auz_Pete 3 1,088 Feb-21-2023, 04:21 AM
Last Post: Auz_Pete
  Help needed with merging two CSV files eyadfr 5 2,869 Dec-14-2021, 07:34 PM
Last Post: paul18fr
  Sorting and Merging text-files [SOLVED] AlphaInc 10 4,757 Aug-20-2021, 05:42 PM
Last Post: snippsat
  Merging all file_name.log's files from directory to one and search “PerformanceINFO" sutra 0 1,761 Dec-09-2020, 05:14 PM
Last Post: sutra
  Merging Excel Files JezMim 1 1,860 Sep-06-2020, 08:56 PM
Last Post: bowlofred
  Error executing Jupyter command 'notebook': [Errno 'jupyter-notebook' not found] 2 Newtopython123 10 31,168 Apr-25-2019, 07:30 AM
Last Post: banu0395
  merging two csv files jlcolam 3 11,357 Jul-13-2017, 06:59 PM
Last Post: ichabod801

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020