mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
Merge pull request #96 from Hestia-Homes/feature/make_a_new_deal_in_hubspot_poc
fix month end wave accent housing
This commit is contained in:
commit
67e819de75
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ final_df = None
|
|||
|
||||
if filtered_dfs:
|
||||
final_df = pd.concat(filtered_dfs).reset_index(drop=True)
|
||||
if final_df:
|
||||
if not final_df.empty:
|
||||
final_df["job_type"] = final_df["job_type"].str.lower()
|
||||
rate_card_df["job_type"] = rate_card_df["job_type"].str.lower()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue