This file contains hidden or 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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width,initial-scale=1"> | |
| <title>dbt migration sequencer</title> | |
| <style> | |
| *{box-sizing:border-box;margin:0;padding:0} | |
| body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:#f5f5f2;color:#1a1a18;font-size:14px;line-height:1.5} | |
| .page{max-width:900px;margin:0 auto;padding:1.5rem 1rem} |
This file contains hidden or 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
| df['category']=np.where(df['category'] =="Women's Apparel", 'Apparel_Shoes', df['category']) | |
| df['category']=np.where(df['category'] =="Men and Women's Apparel", 'Apparel_Shoes', df['category']) | |
| df['category']=np.where(df['category'] =="Baby and Children's Apparel and Accessories", 'Apparel_Shoes', df['category']) | |
| df['category']=np.where(df['category'] =="Undergarments and Basics", 'Apparel_Shoes', df['category']) | |
| df['category']=np.where(df['category'] =="Men and Women's Shoes", 'Apparel_Shoes', df['category']) | |
| df['category']=np.where(df['category'] =="Costumes", 'Apparel_Shoes', df['category']) | |
| df['category']=np.where(df['category'] =="Women's Shoes", 'Apparel_Shoes', df['category']) | |
| df['category']=np.where(df['category'] =="Fitness Programs", 'Fitness_Health', df['category']) | |
| df['category']=np.where(df['category'] =="Fitness Apparel and Accessories", 'Fitness_Health', df['category']) |
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 hidden or 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
| columns = ['TV', | |
| 'Politics-Domestic', | |
| 'Movies', | |
| 'Music', | |
| 'Celebrity', | |
| 'Feminism-Politics-Identity', | |
| 'Culture-Media', | |
| 'Celebrity', | |
| 'Culture-Media', | |
| 'Beauty', |