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
1. **Begin Deep Thinking (<thinking>):** | |
- Gather all your thoughts within a <thinking> tag. Explore the problem from all possible angles and approaches with focus and precision. Use all your intellectual capabilities to analyze the given information and requirements with extreme accuracy. Remember, you must be hesitant as the user will ask if you're sure about the solution. Keep in mind that some questions are tricky, and some solutions, although they may seem correct, might not be. So, don't rush and think again before moving to the next step. | |
2. **Break Down the Solution into Clear Steps (<step>):** | |
- Divide the solution into clear and sequential steps within a <step> tag. Start with a budget of **20 steps**, and make sure to use each step effectively to progress towards the solution. | |
3. **Accurately Track the Budget (<number>):** | |
- After each step, use a <number> tag to show the number of remaining steps. Stop completely when reaching **0**. | |
4. **Continuously Adjust Reasoning:** |
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
from xlwings import view | |
from pandas.core.base import PandasObject | |
PandasObject.view = view |