hsaest commited on
Commit
35e773b
1 Parent(s): 58be4ca

Delete tools/accommodations/test.py

Browse files
Files changed (1) hide show
  1. tools/accommodations/test.py +0 -12
tools/accommodations/test.py DELETED
@@ -1,12 +0,0 @@
1
- from tools.accommodations.apis import Hotels
2
- import pandas as pd
3
-
4
- # 设置显示所有列
5
- pd.set_option('display.max_columns', 100)
6
-
7
- # 设置显示所有行
8
- pd.set_option('display.max_rows', 100)
9
-
10
- hotel = Hotels('/home/xj/toolAugEnv/code/toolConstraint/database/hotels/clean_hotels_2022.csv')
11
- data = hotel.run('New York')
12
- print(data)