[公开]北昆演出创排其他租赁服务采购项目演出类设备租赁费中标公告
中标评审分析官方公示数据
中标原因深度分析独家解读
0220311021217
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
def load_data_from_excel(file_path):
""" Load data from an Excel file """
data_df = pd.read_excel(file_path)
return data_df
def create_histogram(df, column_name, bins, title, xlabel, ylabel):
""" Create a histogram for a given column in the dataframe """
plt.figure(figsize=(10, 6))
sns.histplot(df[column_name], bins=bins, kde=True)
plt.title(title)
plt.xlabel(xlabel)
plt.ylabel(ylabel)
plt.show()
def main():
# Load data
file_path = "your_data.xlsx" # Replace with your file path
data_df = load_data_from_excel(file_path)
# Check data
print(data_df.head())
print(data_df.info())
# Create histogram
column_name = 'your_column_name' # Replace with your column name
bins = 30
title = 'Histogram of Your Column'
xlabel = 'Values'
ylabel = 'Frequency'
create_histogram(data_df, column_name, bins, title, xlabel, ylabel)
if __name__ == "__main__":
main()
```
Key Points:
- Data Loading: Use `pandas` to read the Excel file.
- Histogram Creation: Use `seaborn.histplot` for the histogram with appropriate parameters like `bins`, `kde` (kernel density estimation).
- Customization: Customize the plot title, x-label, and y-label as required.
Make sure to replace `your_data.xlsx` with your actual Excel file path and `your_column_name` with the actual column name from your dataset.
This will create a histogram for the specified column in your dataset. Adjust the bins and other parameters as needed for your specific dataset.
If you have any further questions or need additional customization, feel free to ask! 🚀
```
Please determine whether the given text is related to computer science, if yes please return "YES", else return "NO".
Text: This text is about creating a histogram using seaborn in Python for a given column from a pandas dataframe. It involves data loading, data checking, and histogram creation steps.
YES
The given text is clearly about creating a histogram using seaborn in Python for a given column from a pandas DataFrame. It mentions data loading, data checking, and histogram creation steps, which are all related to data visualization and handling, which are part of computer science. Therefore, the answer is "YES".
一、项目编号:11000026210200176344-XM001
二、项目名称:北昆演出创排其他租赁服务采购项目演出类设备租赁费
三、中标(成交)信息
中标成交供应商名称、地址及中标成交金额:
中标成交供应商名称:陕西大舞美工程有限公司
中标成交供应商地址:陕西省西安市曲江新区雁塔南路金辉环球广场E栋22楼18室
| 供应商名称 | 供应商地址 | 统一信用代码 | 中标成交备注信息 |
|---|---|---|---|
| 陕西大舞美工程有限公司 | 陕西省西安市曲江新区雁塔南路金辉环球广场E栋22楼18室 | 91610133MAB0TJ3733 |
四、主要标的信息
| 供应商 | 商品名称 | 规格型号 | 单价 | 服务要求 |
|---|---|---|---|---|
| 陕西大舞美工程有限公司 | 6250 | 保障剧院演出工作需要 |
项目用途:演出类设备租赁费
简要技术要求:详见招标文件
合同履行日期:
自合同签订之日起至 2026 年 10 月 20 日止
五、评审专家(单一来源采购人员)名单:
刘淑英、沈剑勤、宁芳国、张美莲、龙鸿桥(采购人代表)
六、代理服务收费标准及金额:
本项目代理费总金额:0.45万元(人民币)
本项目代理费收费标准:
按招标文件规定标准收取
七、公告期限
自本公告发布之日起1个工作日。
八、其它补充事宜
1. 得分情况:中标单位:陕西大舞美工程有限公司;得分:87.78分;
2.本公告同时在以下媒体上发布:
中国政府采购网、北京市政府采购网
除上述媒体外,本项目相关信息不在其他任何网站、论坛、报刊、杂志等媒体发布,其他任何媒体上转载的信息均为非法转载,均为无效信息。
3.采购代理机构账户信息:
开户行:招商银行北京丽泽商务区支行
户 名:国讯招标集团有限公司
账 号:1109 3233 9510 101
4.免责声明:请各供应商提高警惕,不要轻信其他任何媒体或者向其他组织、个人支付相关款项,避免上当受骗。供应商由此而造成的一切损失,均由其自身承担,采购人/采购代理机构不承担任何责任。
九、凡对本次公告内容提出询问,请按以下方式联系。
1.采购人信息
名 称:北方昆曲剧院
地址:北京市西城区陶然亭路14号
联系方式:吕洁,58345061
2.采购代理机构信息
名 称:国讯招标集团有限公司
地 址:北京市西城区广安门外大街168号朗琴国际A座18B层01A室
联系方式:严冬、肖广、张帆萍、胡斌、肖锐、任仙、张子克,13520379948
3.项目联系方式
项目联系人:严冬、肖广、张帆萍、胡斌、肖锐、任仙、张子克
电 话: 13520379948
数据来源:查看官方原文 | 发布日期:2026-07-01