>>> import pandas as pd
>>>
>>> df = pd.DataFrame({'A': range(1, 6)}, index=pd.date_range('2018-12-28', peri
ods=5))
>>>
>>> df2 = pd.DataFrame({'B': range(1, 13, 2)}, index=pd.date_range('2018-12-1',
periods=6))
>>>
>>> df
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Country | City | Education | Incom | Gender | ||
---|---|---|---|---|---|---|
0 | United States | New York | High School | 100000 | Female | |
1 | United States | New York | High School | 105000 | Male | |
2 | United States | New York | High School | 112000 | Female | |
3 | United States | New York | BA | 150000 | Male | |
4 | United States | Las Vegas | BA | 155000 | Female | |
5 | United States | Las Vegas | BA | 160000 | Male | |
6 | United States | Las Vegas | PHD | 190000 | Female | |
7 | United States | Miami | PHD | 205521 | Male | |
8 | United States | Miami | PHD | 210050 | Female |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<!DOCTYPE html>
<html>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>