Skip to content

Commit

Permalink
Added header with license
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik committed Jun 1, 2023
1 parent 02ae75b commit 1201b94
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pandas/data_frame_concat_by_columns.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
#!/usr/bin/env python3
# vim: set fileencoding=utf-8

#
# (C) Copyright 2021 Pavel Tisnovsky
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# Pavel Tisnovsky
#

import pandas

# přečtení zdrojových dat
Expand Down

0 comments on commit 1201b94

Please sign in to comment.